Welcome![Sign In][Sign Up]
Location:
Search - udp windows

Search list

[Internet-Networkwindows socket编程

Description: 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Platform: | Size: 27503 | Author: rita552129 | Hits:

[Windows Developudp_sndrcv

Description: 这是个简单udp应运,UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。-This is a simple udp be transported, UDP to be able to target a number of Taiwan's computer to send data; Received from a number of sources of computer data.
Platform: | Size: 31744 | Author: liyi1234_0 | Hits:

[Internet-Networkudp隧道

Description: 简单的UDP隧道的实现源代码,即UDP转发-simple UDP tunnel to achieve source code, that is, UDP transponders
Platform: | Size: 1024 | Author: Pear | Hits:

[Windows CEUDP on CE4.2

Description: 一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序-windows ce based on a 4.2 system SH3 processor UDP Walled procedures
Platform: | Size: 121856 | Author: gwnpeter | Hits:

[Windows Develop传输2006

Description: 1.本实验要求利用微软的socket编程一段程序,可以利用TCP协议或者UDP协议,实现文件传输。-1. This experiment required the use of Microsoft's socket programming section of procedures, we can use TCP or UDP, transfer files.
Platform: | Size: 30720 | Author: 刘杰 | Hits:

[Internet-Networksocket_wonder111

Description: windows下的socket编程,例子,可以发送tcp,udp报等,适合于初学者看看,里面共有server和client的详细实现-windows under the socket programming, for example, can send tcp, udp reported, suitable for beginners look at the total inside the server and client to achieve detailed
Platform: | Size: 2512896 | Author: 如果能 | Hits:

[Delphi VCLvideo-for-windows

Description: delphi video for windows 实现控件-delphi video for windows to achieve control
Platform: | Size: 28672 | Author: yagee | Hits:

[TCP/IP stackTCP.UDP

Description: 网络通信,TCP/UDP高级编程,对于学习WINDOWS网络编程有帮助.-Network communication, TCP/UDP high-level programming, for learning network programming WINDOWS helpful.
Platform: | Size: 3933184 | Author: 林方键 | Hits:

[Internet-Networkudp

Description: windows下UDP服务端、客户端测试用程序源码-UDP service under windows client, the client test program source code
Platform: | Size: 312320 | Author: 崔国强 | Hits:

[Windows CEUDP

Description: Windows CE下UDP编程实例子,周立功的,值得参看!-UDP programming under Windows CE examples son, Zhou meritorious and worthy of see!
Platform: | Size: 1922048 | Author: lxg | Hits:

[TCP/IP stackNetwork

Description: 该程序利用MFC 实现WINDOWS下的SOCKET 编程,包括了TCP以及UDP 的不同连接方式-The program using MFC under WINDOWS realize SOCKET programming, including TCP and UDP connections of different
Platform: | Size: 36864 | Author: sunsee | Hits:

[TCP/IP stackwindows-net

Description: 我们用得最多的协议是UDP和TCP,UDP是不可靠传输服务,TCP是可靠传输服务。UDP就像点对点的数据传输一样,发送者把数据打包,包上有收信者的地址和其他必要信息,至于收信者能不能收到,UDP协议并不保证。而TCP协议就像(实际他们是一个层次的网络协议)是建立在UDP的基础上,加入了校验和重传等复杂的机制来保证数据可靠的传达到收信者。关于网络协议的具体内容,可以参考专门介绍网络协议的书籍,这里直接探讨编程实现网络程序的问题。-We use the most agreement is UDP and TCP, UDP is not reliable transport services, TCP is a reliable transport service. UDP as point-to-point data transmission, the sender of data packing, has prepared to receive packets on the address and other necessary information for the receiver can not receive, UDP does not guarantee agreement. The TCP protocol is like (actually they are a level of network protocol) is built on the basis of UDP, joined the checksum ARQ complex mechanism to ensure that reliable data were communicated to the receiver. With regard to the specific content of network protocols, you can refer to specialized network protocols introduce the books, here to explore the direct network programming procedures.
Platform: | Size: 7971840 | Author: | Hits:

[Internet-Networkudp

Description: windows 及linux下UDP传输测试-windows and linux under the UDP transmission test
Platform: | Size: 2111488 | Author: dod613 | Hits:

[Internet-NetworkWINSOCK-UDP

Description: 使用vb编写的UDP通讯(通信)程序,windows/winsock.-Vb prepared to use UDP communication (communication) procedures, windows/winsock.
Platform: | Size: 95232 | Author: 邹君 | Hits:

[Internet-Networksocket

Description: example for windows socket UDP.
Platform: | Size: 65536 | Author: boris anderson | Hits:

[Windows DevelopUDP

Description: UDP程序,经测试,能跑 通过SOCKET传输-UDP procedures, tested, run through the transmission SOCKET
Platform: | Size: 2974720 | Author: wupengcheng | Hits:

[CommunicationUDP

Description: windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
Platform: | Size: 19456 | Author: 猪猪 | Hits:

[Windows DevelopUDP

Description: 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Platform: | Size: 67584 | Author: Yang | Hits:

[Software Engineeringsniffer

Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Platform: | Size: 65536 | Author: 鲁明 | Hits:

[Windows DevelopUDP

Description: windows下基于VC++和UDP协议的数据接收程序,基于透明传输协议,mfc界面,带收到确认信号-windows Based on VC++ and UDP protocols data reception process, based on a transparent transfer protocol, mfc interface with receive a confirmation signal
Platform: | Size: 1969152 | Author: 放假 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net